<?xml version="1.0" encoding="UTF-8"?>
<createShipmentRequest>
    <integrationHeader>
        <transactionId>1234-5678-9123</transactionId>
        <applicationId>ACCOUNT1</applicationId>
        <userId>USERID01</userId>
        <password>Password!</password>
    </integrationHeader>
    <shipment>
        <shipper>
            <shipperCompanyName>INTERSOFT</shipperCompanyName>
            <shipperAddressLine1>THE MILL STUDIO</shipperAddressLine1>
            <shipperAddressLine2>HORTON ROAD</shipperAddressLine2>
            <shipperAddressLine3/>
            <shipperCity>STANWELL MOOR</shipperCity>
            <shipperCounty/>
            <shipperCountryCode>GB</shipperCountryCode>
            <shipperPostCode>TW19 6BJ</shipperPostCode>
            <shipperContactName>CONTACT NAME</shipperContactName>
            <shipperPhoneNumber>01753689292</shipperPhoneNumber>
            <shipperVatNumber>0846276319045</shipperVatNumber>
            <shipperEoriNumber>0123456789123</shipperEoriNumber>
            <shipperEmailAddress>SUPPORT@INTERSOFT.CO.UK</shipperEmailAddress>
            <shipperReference>ABC123</shipperReference>
	    <shipperReference2></shipperReference2>
            <shipperDeptCode/>
        </shipper>
        <destination>
            <destinationCompanyName>Bangor Fuels</destinationCompanyName>
            <destinationAddressLine1>5 Balloo Way</destinationAddressLine1>
            <destinationAddressLine2>Horfield</destinationAddressLine2>
            <destinationAddressLine3/>
            <destinationCity>Bangor</destinationCity>
            <destinationCounty/>
            <destinationCountryCode>GB</destinationCountryCode>
            <destinationPostCode>BT19 7QZ</destinationPostCode>
            <destinationContactName>CONTACT NAME</destinationContactName>
            <destinationPhoneNumber>07123456789</destinationPhoneNumber>
            <destinationVatNumber/>
            <destinationEmailAddress/>
            <destinationPudoId></destinationPudoId>
        </destination>
        <shipmentInformation>
            <shipmentDate>2018-05-09</shipmentDate>
            <serviceCode>TPSN</serviceCode>
            <preAllocatedTrackingNumber>TT123456789GB</preAllocatedTrackingNumber>
	    <serviceOptions>
                <postingLocation>1234512345</postingLocation>
                <serviceLevel>01</serviceLevel>
                <serviceFormat>N</serviceFormat>
                <safePlace/>
                <serviceEnhancements>
                    <serviceEnhancementCode/>
                    <serviceEnhancementCode/>
                </serviceEnhancements>
            </serviceOptions>
            <totalPackages>1</totalPackages>
            <totalWeight>5</totalWeight>
            <weightId>K</weightId>
            <unitOfMeasurement>C</unitOfMeasurement>
            <product>NDX</product>
            <descriptionOfGoods>SKIN CARE</descriptionOfGoods>
            <declaredValue>100.5</declaredValue>
            <declaredCurrencyCode>GBP</declaredCurrencyCode>
            <terms>DDU</terms>
			 <customsInformation>
                <preRegistrationNumber></preRegistrationNumber>
                <preRegistrationType></preRegistrationType>
                <shippingCharges></shippingCharges>
                <otherCharges></otherCharges>
                <quotedLandedCost></quotedLandedCost>
                <invoiceDate></invoiceDate>
                <exportLicence></exportLicence>
                <addresseeIdentificationReferenceNumber></addresseeIdentificationReferenceNumber>
            </customsInformation>
            <labelImageFormat>PDF</labelImageFormat>
            <silentPrintProfile/>
            <shipmentAction/>
            <packages>
                <package>
                    <packageId>1</packageId>
                    <weight>5</weight>
                    <length/>
                    <width/>
                    <height/>
                </package>
            </packages>
            <itemInformation>
                <packageId>1</packageId>
                <itemHsCode>9999999999</itemHsCode>
                <itemDescription>FOREO LUNA MINI</itemDescription>
                <itemQuantity>1</itemQuantity>
                <itemValue>100</itemValue>
                <itemCOO>IT</itemCOO>
                <itemSku>6734567812</itemSku>
                <itemNetWeight>3</itemNetWeight>
                <imageURL/>
            </itemInformation>
			 <hazmat>
                <properShippingName>HAZMAT Product</properShippingName>
                <unIdNumber>129</unIdNumber>
                <class>9</class>
                <id8000Category>Medicines</id8000Category>
                <hazchemNumber>129</hazchemNumber>
                <emergencyActionCode>EA34</emergencyActionCode>
                <specialistAdvicePhoneNumber>01256 123456</specialistAdvicePhoneNumber>
            </hazmat>
        </shipmentInformation>
    </shipment>
</createShipmentRequest>